summaryrefslogtreecommitdiff
path: root/src/memoserv.cpp
AgeCommit message (Collapse)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
cleanup, and allow protocol mods to depend on each other
2012-11-06Windows fixesAdam
2012-10-01Allow modules to store data in their own databases.Adam
2012-04-25Fixed non-debug buildAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-17Fixed storing mode locksAdam
2011-11-08WindowsAdam
2011-11-04Store flags for memos, fixed the expiring very soon message, fixed /os ↵Adam
session view when a session exception is added at a lower limit than th default
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-30Fixed bug #1258, more Windows stuff, and more language stringsAdam
2011-03-26replaced all %R with %s in the language stringsDukePyrolator
2011-03-14Rewrote some of the opertype system, added os_loginAdam
2011-02-26Replaced the few language strings we use with #defines to prevent ↵Adam
accidentally translating them if we shouldnt
2011-02-04Moved the language strings which are only used onceAdam
out of the core and into the modules that use them.
2011-01-10Send new memo replies to the receiver of the memoAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-05update copyrights for 2011lethality
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added /ms ignoreAdam
2010-10-27Do not store memo number in memo structs, fixes some bugs with deleting memosAdam
2010-10-11Fixed some warningsAdam
2010-10-02Made MemoServ optionalAdam
2010-09-26Changed the language system to use gettextAdam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-08-27Added a new logging systemAdam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
This prevents Anope from exploding when /os reload has errors.
2010-08-02changed the way how CTCP PINGs are processed, all services clients can now ↵DukePyrolator
reply to CTCP PING and CTCP VERSION requests
2010-08-01Cleanup in memoserv.cpp.Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single ↵Naram Qashat
Anope::string class, plus some other little fixes here and there. If you follow 1.9.x development and are testing things, THIS is one of those things that NEEDS testing.
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on ↵Naram Qashat
include/* and src/* but not src/core/* or src/modules/*.
2010-06-18Added in a subcommand system and switched ns_set and ns_saset to use itAdam
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() ↵Adam
everywhere, and added a bot map by uid
2010-06-18Renamed all of source files from .c to .cppAdam