Age | Commit message (Expand) | Author |
2010-10-27 | Removed memo number from databases. Since we already have db-upgrade we might... | Adam |
2010-10-27 | Do not store memo number in memo structs, fixes some bugs with deleting memos | Adam |
2010-10-24 | Fixed the other half of bug #1200 | Adam |
2010-10-24 | Fixed bug #1200 | Adam |
2010-10-23 | Fixed a crash on some usages of /cs akick view | Adam |
2010-10-16 | Made /cs help levels desc not case sensitive | Adam |
2010-10-13 | Fixed saset noexpire to set noexpire on the nick it is used on not just the d... | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-10-08 | Set +P on mlock when channels are set as persistant | Adam |
2010-10-06 | Made nickserv:nogroupchange work | Adam |
2010-10-04 | Attempt to write back the old mlock to the databases if we try and fail to co... | Adam |
2010-10-04 | Fixed /ns set password/display and made saset not log the new password on sas... | Adam |
2010-10-04 | Allow reloading of the protocol module with /operserv modreload | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |
2010-10-02 | Made os_news send news notices from NickServ if global is disabled | Adam |
2010-10-02 | Fixed cs_invite to send the invite notice to the person invited | Adam |
2010-10-02 | Made OperServ and Global optional | Adam |
2010-10-02 | Made MemoServ optional | Adam |
2010-09-26 | Added a short docs/LANGUAGES file explaining how to add translations for the ... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-19 | Fixed /os modinfo command output | Adam |
2010-09-18 | Fixed some minor punctuation and logging | lethality |
2010-09-16 | Fixed many bugs and crashes | Adam |
2010-09-16 | Fixed crash on setting XOP on | Adam |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-11 | Allow identifying to other accounts using /nickserv id account pass | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-09-01 | Only look up session exceptions if the user exceeds the session limit, really... | Adam |
2010-08-28 | Burst back our juped servers if we disconnect | Adam |
2010-08-28 | Allow unidentified users to use sendpass and resetpasss if configured properly | Adam |
2010-08-28 | Do not log RAWIO messages to services log channels, added a config option on ... | Adam |
2010-08-27 | Removed some problematic IsRecognized checks in ms_cancel and ms_check, and f... | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we conv... | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Changed a few small things in the db format because it already changed anyway... | Adam |
2010-08-15 | Fixed persist to work correctly with the new bot tracking system | Adam |
2010-08-15 | Cleanup of various different crashes/inconsistancies | Adam |
2010-08-14 | Fixed some chanserv help set/saset replies | lethality |
2010-08-13 | And fixed /bs info to show the correct chancount | Adam |
2010-08-13 | Readded in BotInfo::chancount, it never should have been removed in the first... | Adam |
2010-08-08 | Add a db-upgrade to convert base64-encoded encrypted passwords to hexadecimal... | Naram Qashat |
2010-08-05 | Update TODO, and minor change to enc_md5 (no, it doesn't fix encryption with ... | Naram Qashat |
2010-08-04 | Remove need to have a dynmaically allocated C-string in enc_sha1, it was bein... | Naram Qashat |
2010-08-04 | Also fix enc_old using the previous commit's fix. | Naram Qashat |