Age | Commit message (Expand) | Author |
2010-03-09 | Fixed loading memo messages from the flatfile databases | Adam- |
2010-03-09 | Made guestnick generation really work | Adam- |
2010-03-08 | Added the --with-mysqlpp option to configure to tell it where mysql++ is inst... | Adam- |
2010-03-06 | added a check for null pointers | dukepyrolator |
2010-03-06 | Added help for sqlsync and fixed installing mydbgen into the wrong directory ... | Adam- |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | Adam- |
2010-02-28 | Added in support for live updating MySQL databases and the ability to execute... | Adam- |
2010-02-28 | Marked mode +f on inspircd1.2 as minusnoarg | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-02-25 | Rewrote part of the Timer and CallBack code for modules to be sane | Adam- |
2010-02-23 | Actually use the cmdTable pointer in bot structures, it now points to the bot... | Adam- |
2010-02-12 | Added generic support for unknown modes told to Anope at runtime by the IRCd | Adam- |
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode supp... | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-07 | fixed some uninitialized pointers | DukePyrolator |
2010-02-06 | Fix typo in inspircd11 that would cause people not to get status from FJOINs | Adam- |
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- |
2010-02-06 | Remove protectbotserv option from modes, just use options:botmodes instead | Adam- |
2010-02-06 | Parse CAPAB from the server to determin what modes we know about | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-02-02 | Only set necessary modes on people, eg dont set +qaohv.. unnecessary | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-24 | Fixed db-convert and enc_old to work when converting databases using enc_old | Adam- |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | fixed a compile error on windows | DukePyrolator |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-15 | Fixed bug #1135 - Don't kick or ban ulined clients | Adam- |
2010-01-15 | some code cleanup in enc_sha256 | DukePyrolator |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | Adam- |
2010-01-14 | Use commasepstream in do_join and do_topic, much cleaner | Adam- |
2010-01-14 | Fixed crash caused by r2732 caused by adding someone to the exception list | Adam- |
2010-01-14 | Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new... | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-11 | some language fixes ported from stable | pimpmylinux |
2010-01-11 | Rewrote the os_staff command to work properly with the account system. This a... | Adam- |
2010-01-11 | Forward port of r2747 | Adam- |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-10 | changed enc_sha256 to use random salts instead of a hardcoded salt | DukePyrolator |
2010-01-10 | changed the source argument of enc_decrypt to const | DukePyrolator |
2010-01-09 | services will now send the correct message on /cs invite <nick> | DukePyrolator |
2010-01-09 | added a salted sha256 encryption module | DukePyrolator |
2010-01-09 | changed all password fields to std::string and reworked the way how the enc m... | DukePyrolator |
2010-01-09 | fixed a crashbug in os_ignore on db saving and cleaned up the db code in hs_r... | DukePyrolator |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-06 | Messaging service@server.name works again as it should | Adam- |
2010-01-06 | Fixed windows build and cleaned up a few small things | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-03 | Fixed base64 functions to be const safe until I can convert them to use std::... | cyberbotx |