| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Always use local SID as the source for PONG replies | 2011-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright notices to 2011 | 2011-05-04 | 49 | -49/+49 | |
| | | |||||
| * | Fix timeout defaulting to zero for link blocks | 2011-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Remove command_parse.h from inspircd.h | 2011-01-30 | 3 | -0/+3 | |
| | | |||||
| * | Remove inspsocket.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove dns.h from inspircd.h | 2011-01-30 | 1 | -0/+1 | |
| | | |||||
| * | Remove cull_list.h from inspircd.h | 2011-01-29 | 5 | -5/+6 | |
| | | |||||
| * | Remove protocol.h from inspircd.h | 2011-01-29 | 1 | -0/+1 | |
| | | |||||
| * | Fix memory leak | 2011-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug #117, found by satmd, thanks | 2011-01-19 | 1 | -3/+3 | |
| | | |||||
| * | Forward port crash fix from 2.0 | 2010-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Don't use a typedef as a variable name | 2010-12-01 | 2 | -9/+9 | |
| | | |||||
| * | It's safe to delete a null pointer | 2010-12-01 | 1 | -2/+1 | |
| | | |||||
| * | Use std::string::npos rather than -1 | 2010-12-01 | 1 | -1/+1 | |
| | | |||||
| * | Fix reference-after-delete of ServerUser object in ~TreeServer | 2010-11-09 | 1 | -2/+2 | |
| | | |||||
| * | Include reason in netsplit message | 2010-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Rewrite TreeSocket timeout and lifecycle management | 2010-10-10 | 8 | -174/+125 | |
| | | |||||
| * | Add command to control autoconnect blocks | 2010-10-07 | 4 | -3/+89 | |
| | | |||||
| * | Avoid RESYNC on channel creation when possible | 2010-10-02 | 1 | -1/+16 | |
| | | |||||
| * | Fix error handling and bad SQL syntax | 2010-10-02 | 1 | -1/+2 | |
| | | |||||
| * | Remove some unneeded complexity from spanningtree | 2010-10-02 | 15 | -367/+118 | |
| | | |||||
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | 2010-09-12 | 5 | -63/+10 | |
| | | |||||
| * | Move RemoteUser into spanningtree | 2010-09-12 | 3 | -1/+27 | |
| | | |||||
| * | Update m_flatfile_channels to be more robust | 2010-09-06 | 6 | -63/+4 | |
| | | | | | | | | Enable storage of registered channels without permanent channels, or vice versa Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user Move NukeChannel to core and put announcets back in options Allow sending mode merges via the protocol interface | ||||
| * | Add CrashState for tracing basic call state when the stack is corrupt | 2010-08-25 | 2 | -2/+3 | |
| | | |||||
| * | Remove "assign()" converter between irc::string and std::string | 2010-08-22 | 2 | -4/+4 | |
| | | |||||
| * | Remove incorrect check of <link:ipaddr> as allowmask | 2010-08-22 | 1 | -11/+3 | |
| | | |||||
| * | Clarify the configuration tag function names | 2010-08-22 | 1 | -2/+2 | |
| | | |||||
| * | Replace remaining Request users with dynamic_reference | 2010-08-21 | 1 | -6/+4 | |
| | | |||||
| * | More config logging fixups | 2010-08-21 | 1 | -49/+22 | |
| | | |||||
| * | Move spanningtree config to <spanningtree> from various other places | 2010-08-21 | 1 | -15/+11 | |
| | | |||||
| * | Change config reading hook for better error reporting | 2010-08-21 | 2 | -3/+3 | |
| | | | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. | ||||
| * | Fix null deref on distant proto_version check in FMODE | 2010-08-16 | 1 | -1/+1 | |
| | | |||||
| * | Move a useful utility function from spanningtree to core | 2010-08-15 | 2 | -25/+4 | |
| | | |||||
| * | Add SyncTarget::SendCommand for sending preformatted lines s2s | 2010-08-14 | 2 | -5/+11 | |
| | | |||||
| * | Replace dynamic_cast with faster explicit type marking | 2010-08-14 | 1 | -8/+8 | |
| | | |||||
| * | Recreate the Channel object during a TS reset | 2010-08-14 | 2 | -37/+50 | |
| | | | | | | This ensures that all obsolete metadata, modes, and other information from the old channel is discarded on a TS reset. | ||||
| * | Add mode-merge indicator to FMODE | 2010-08-13 | 4 | -59/+57 | |
| | | | | | | | | | | This introduces explicit mode-merge request, rather than forcing all server-sourced mode changes to be merged. Syntax: :SID FMODE #chan TS =mode params For protocol 1202 and below, this is converted back to +. | ||||
| * | Finish header file #include untangle | 2010-08-08 | 13 | -35/+0 | |
| | | |||||
| * | Prevent kicks of users who have a protecting low-rank prefix set | 2010-08-07 | 1 | -1/+1 | |
| | | |||||
| * | Use the remote channel's capitalization on a losing TS merge | 2010-08-03 | 1 | -2/+4 | |
| | | |||||
| * | Correct source of initial BURST line from servers sending it without one ↵ | 2010-08-03 | 1 | -1/+1 | |
| | | | | | (like denora) | ||||
| * | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | 2010-08-03 | 1 | -0/+2 | |
| | | |||||
| * | Don't use an empty direction when receiving a sourceless server command | 2010-08-03 | 1 | -6/+2 | |
| | | |||||
| * | Fix crash when a remote server has the same name as we do | 2010-08-03 | 1 | -2/+3 | |
| | | |||||
| * | Get rid of more useless assign() invocations | 2010-08-03 | 2 | -3/+4 | |
| | | |||||
| * | Make irc::string faster and less wasteful | 2010-08-03 | 3 | -10/+10 | |
| | | | | | | Change irc::string from an std::basic_string typedef to a wrapper around an std::string, to avoid unneeded copies in assign(). | ||||
| * | Remove unneeded copy of server name for every remote user | 2010-08-03 | 4 | -12/+9 | |
| | | |||||
| * | Prevent using invalid UIDs and enforce UID/SID matching | 2010-08-03 | 1 | -4/+8 | |
| | | |||||
| * | Add RAWIO log level which is more verbose than DEBUG | 2010-08-03 | 2 | -2/+2 | |
| | | |||||
