Age | Commit message (Expand) | Author |
2009-09-13 | Clean up Command constructor | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-07-03 | Fix m_callerid message routing for remote users, destination got no notice of... | danieldg |
2009-06-30 | Fix +g messages being borked with multiple servers, fixes bug #880 | w00t |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-06 | Fix two compile errors found by Shawn | special |
2009-05-02 | Change making callerid significantly less expensive for quitting large amount... | w00t |
2009-05-02 | Minor cleanup: move RemoveFromAllAccepts() to a private class method | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-06 | Fix +g notices going to remote users. Fixes bug #749, reported by Taros. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-17 | Add notices on successful add or remove to callerid list. | w00t |
2008-10-17 | Patch from dz for bug #620, thanks. | aquanight |
2008-10-04 | Header tidyups. Apart from module to module API stuff and external deps, modu... | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-17 | Fix const_iterator issue in m_callerid (when did we alter this?) | brain |
2008-08-09 | Unbreak compile for real. | aquanight |
2008-08-09 | Add translation type TR_CUSTOM, and fix up callerid some. | aquanight |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | More done | brain |
2008-05-07 | Make u_listmode more sensible and make it properly use WriteNumeric, and a fe... | brain |
2008-05-06 | Fix bad throws and some other stuff in this module | brain |
2008-05-04 | Convert a whole bunch more | peavey |
2008-05-01 | Simple user/channel mode patch | brain |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |
2008-02-12 | Fix missing user->nick in m_callerid | aquanight |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-27 | Change API OnOperCompare to OnPassCompare, password hashing is now available ... | aquanight |
2008-01-25 | Fix a typo in an m_callerid error message, and add m_callerid and m_filter <e... | aquanight |
2008-01-21 | win32 compilation errors: shadowing of variable 'i' isnt a good idea | brain |
2008-01-19 | Fix m_callerid not adding the usermode. | aquanight |
2008-01-19 | Initial implementation of callerid, provided by aquanight. Untested as of yet... | w00t |