Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/meeting.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Normalize %(channel)s in filenames to lowercase.Richard Darst2009-06-221-1/+1
* add #meetingname commandRichard Darst2009-06-161-0/+12
* add the splitting by commas to the #nick command, tooRichard Darst2009-06-161-1/+3
* Don't add null chairsRichard Darst2009-06-161-0/+1
* add #accepted and #rejected commandsRichard Darst2009-06-161-0/+20
* BUGFIX - fix code to markup minutes-items.Richard Darst2009-06-161-2/+4
* Change the #chairs command to make it less verbose when respondingRichard Darst2009-06-131-2/+6
* Include code to markup minutes-itemsRichard Darst2009-06-131-3/+6
* Fix problem when parsing logfiles: some nicks not seenRichard Darst2009-06-131-2/+2
* Fix problem with saving logfiles in directory ''Richard Darst2009-06-121-4/+6
* Split #chair commands by commas tooRichard Darst2009-06-121-1/+1
* Fix bug where non-chairs can end the meeting with no saving!Richard Darst2009-06-081-0/+2
* split out action-line matching regexpRichard Darst2009-05-271-2/+2
* default to not writing rawlog in Meeting objectRichard Darst2009-05-271-1/+1
* rearrange a bit to increase configurabilityRichard Darst2009-05-191-17/+17
* fix small error when setting oldtopic againRichard Darst2009-05-191-4/+4
* automatically set meetingtopicRichard Darst2009-05-181-6/+12