Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/meeting.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dashes in command nameAleksey Lim2010-09-301-2/+2
* Fix supybot meetings urlAleksey Lim2010-09-121-1/+1
* Remove logging to let MyLogger handle all logsAleksey Lim2010-09-101-36/+13
* Add %(channel) replacement to filenamesupstreamRichard Darst2009-11-251-2/+7
* Separate start/endmeeting variables into a replacements methodRichard Darst2009-11-241-12/+16
* Warn when #chair'ing a nick that isn't in the channelRichard Darst2009-10-111-1/+6
* Add argument parsing for writer extensionsRichard Darst2009-09-241-1/+9
* Create ways for tests to disable meetingLocalConfigRichard Darst2009-09-121-0/+4
* Move extraConfig for process_meeting to inside __init__Richard Darst2009-09-121-7/+11
* Change version to 0.1.40_1_4Richard Darst2009-09-111-1/+1
* Remove pygments import in meeting.pyRichard Darst2009-09-111-2/+0
* Fix/improve CSS writers for the HTMLxxx2 writersRichard Darst2009-09-111-0/+5
* Add process_meeting function to replay a meetingRichard Darst2009-09-111-0/+30
* add dontSave config variable test in .save()Richard Darst2009-09-111-0/+3
* Make .save() methods return the resultant textRichard Darst2009-09-111-1/+4
* Add safeMode to the Config class, also doc changesRichard Darst2009-09-051-4/+10
* Rename "#halp" command to "#help".Richard Darst2009-08-311-5/+5
* Update __version__ to 0.1.30_1_3Richard Darst2009-08-161-1/+1
* Rename `.init()` method to `.init_hook()`Richard Darst2009-08-161-2/+2
* Improve code for realtime updating of log filesRichard Darst2009-08-161-36/+28
* Improve real-time writing of logfilesRichard Darst2009-08-151-21/+17
* Add meetbot version to end meeting messageRichard Darst2009-08-141-3/+8
* Add a hook which is run each #saveRichard Darst2009-08-071-0/+2
* Change default writers to HTML2 and TextRichard Darst2009-08-071-4/+4
* Fix asctime() -> localtime() bug in previous recordRichard Darst2009-08-061-1/+1
* Set a default self.starttime to avoid some problemsRichard Darst2009-08-061-0/+6
* First effort at realtime updating of log filesRichard Darst2009-08-011-10/+24
* Add a warning then the __main__ command isn't foundRichard Darst2009-07-311-1/+2
* Make MeetBot able to log output from other supybot commandsRichard Darst2009-07-311-15/+23
* Make .additem() method to standardize adding items to minutesRichard Darst2009-07-301-9/+21
* Change writers dict semanticsRichard Darst2009-07-301-12/+27
* add a __version__ tag - should be auto-updated, probably...Richard Darst2009-07-301-0/+1
* Fix oldtopic encoding issue0_1_2Richard Darst2009-07-121-2/+12
* Fix a problem with supybot-based configRichard Darst2009-07-081-1/+1
* Improve mechanisms of encodingRichard Darst2009-07-071-1/+3
* update to config variables and initializationRichard Darst2009-07-061-2/+2
* Update to config save function to modularizeRichard Darst2009-07-061-7/+23
* Some updates to names and semantics of writersRichard Darst2009-07-061-2/+2
* Remove default of config values on richard's computerRichard Darst2009-07-061-2/+4
* Change format of writer_mapRichard Darst2009-07-011-6/+6
* change order of imports and reloadsRichard Darst2009-07-011-2/+4
* Move all items from the main namespace to items module namespaceRichard Darst2009-07-011-10/+9
* move writer configuration to main class ; other rearrangementRichard Darst2009-06-261-25/+28
* remove an extraneous print statementRichard Darst2009-06-261-1/+0
* Another update to configurability of start/endmeeting messagesRichard Darst2009-06-261-9/+11
* Make meetingLocalConfig.py work again - changed syntaxRichard Darst2009-06-261-10/+7
* Changes and configurability of start/endmeeting msgsRichard Darst2009-06-251-9/+28
* security fix - remove '/' from channel and meetingnameRichard Darst2009-06-251-3/+2
* Major reorganizationRichard Darst2009-06-251-337/+135
* Improvements to objects for meeting agenda items0_1_-_Pre-module_split_versionRichard Darst2009-06-231-14/+38