Age | Commit message (Expand) | Author |
2012-12-05 | Fix expired xlines being treated as live ones in XLineManager::AddLine() | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-11-28 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-08-25 | Remove unnecessary cleanup in XLineManager destructor | attilamolnar |
2012-08-25 | Remove unnecessary string copy in XLineManager::InvokeStats | attilamolnar |
2012-07-22 | Remove negative BanCache entries only when the AddLine is successful instead ... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-21 | Move command-line items to CommandLineConf | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | Update documentation and remove unused classes/functions | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-08-01 | Don't apply bans to E:Lined connections. Should fix bug #896. | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-22 | In retrospect, not allowing *any* XLines to be set was pretty fucking stupid. | w00t |
2009-02-22 | Don't remove an expired xline on add, simply drop duplicates (1.1 behaviour).... | w00t |
2009-02-22 | Don't allow expired XLines to be added. | w00t |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-28 | Note to self, cast time_t to long int for printf... thanks Ankit for pointing... | dz |
2009-01-28 | Make xline expiry messages a bit clearer that the xline may have expired a wh... | dz |
2009-01-27 | Check line expiry when touching an xline, to prevent huge buildup of stale li... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-09-22 | Second part of fix for bug #605, make adding and removal of lines not case se... | brain |
2008-09-22 | Fix for bug #605 reported by MacGuyver, if a line is expired when we are addi... | brain |
2008-09-19 | Don't check E:Lines when enforcing Q:Lines on connected users. Thanks MacGyver. | w00t |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Add XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-04-21 | Fix quietbans and hidesplits etc, cull list's sending a seperate quit message... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-07 | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory | brain |
2008-04-05 | Fix bug (partially/accidentally) discovered by Bricker: if an XLine is not pe... | w00t |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-17 | I gots a better fix :p | brain |
2008-02-11 | Fix trampling on memory in Z/G/K/ELine. | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-09 | Add OnExpireLine(XLine *) hook, will be used in xline db stuff to avoid getti... | w00t |
2008-01-09 | Fix bug in new XLine system (thanks Brain) - I don't know how I didn't spot t... | w00t |