| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 1.2.10 v1.2.10 | 2012-12-17 | 1 | -1/+1 | |
| * | Add myself to the Other Contributors list | 2012-12-17 | 1 | -0/+1 | |
| * | Fixed crash in m_silence from users giving invalid input | 2012-12-17 | 1 | -1/+1 | |
| * | Fix maxbans not being enforced•••(cherry picked from commit f3bf40e3a1bcb863d1a76983338db6f5bbe3318e) | 2012-10-04 | 1 | -1/+1 | |
| * | m_xline_db Fix memory leak when adding a loaded xline fails•••(cherry picked from commit 9475a10a86c6c2e8575366f6e0c9b28b66a97698) | 2012-10-04 | 1 | -0/+2 | |
| * | Fix crash in ADDLINE handler when the command had no parameters | 2012-10-04 | 1 | -1/+1 | |
| * | Backport of relevant changes from 02859be56d43bcece02aab350e02bc95ed1bf446.•••Fix undefined behavior caused by referencing the buffer returned by std::string::c_str() when the object is temporary. | 2012-10-04 | 6 | -8/+14 | |
| * | m_callerid, m_dccallow Fix crash caused by allowing unregistered users and SI...•••(cherry picked from commit 37d7160b3a2434abcb4b39898bb86fa314fc3e5b) Conflicts: src/modules/m_callerid.cpp | 2012-10-04 | 3 | -20/+11 | |
| * | Backported #239 to fix issue #229 | 2012-07-06 | 1 | -1/+1 | |
| * | m_shun Fix out of bounds vector access leading to crashes when hiding part re...•••(cherry picked from commit 14b7e4c1ab7fd7d9cf71344bb08b211a0aa1ca15) | 2012-06-29 | 1 | -2/+2 | |
| * | m_hideoper Hide hidden opers in /stats P•••Fixes issue #10 reported by @CuleX | 2012-06-12 | 2 | -16/+28 | |
| * | Fix set-but-not-used and var shadowing warnings | 2012-06-12 | 4 | -12/+6 | |
| * | Merge pull request #183 from attilamolnar/insp12+invitefix•••[1.2] Fix pending invites not being removed on channel deletion | 2012-06-12 | 4 | -92/+90 | |
| |\ | |||||
| | * | Remove pending invites from the invite list of channels when a user quits | 2012-06-07 | 1 | -0/+5 | |
| | * | Fix pending invites not being removed when a channel was deleted or had its T...•••Store pointers to channels instead of their names in User::invites | 2012-06-02 | 4 | -14/+56 | |
| | * | Deduplicate channel cleanup code, simplify User::PurgeEmptyChannels() | 2012-06-02 | 2 | -71/+22 | |
| | * | Fix remote users never getting their invites removed | 2012-06-02 | 1 | -10/+10 | |
| * | | Merge pull request #149 from attilamolnar/insp12+spanningtreefixes•••[1.2] Fix a number of issues in m_spanningtree | 2012-06-12 | 21 | -289/+178 | |
| |\ \ | |||||
| | * | | m_spanningtree Interpret ENCAPs also if they were targetted to our SID (retai...•••Drop single targetted ENCAPs if target is reachable via the server who sent the command to us | 2012-05-30 | 1 | -2/+11 | |
| | * | | Don't forward SVSJOIN/SVSPART at all if the destination is the same as the so... | 2012-05-27 | 2 | -2/+18 | |
| | * | | m_spanningtree Kill duplicated code in OnUserMessage/Notice, put code shared ... | 2012-05-19 | 6 | -102/+45 | |
| | * | | m_spanningtree Remove low level stuff from SpanningTreeProtocolInterface::Sen... | 2012-05-19 | 1 | -18/+8 | |
| | * | | m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine instead of printf'... | 2012-05-19 | 1 | -27/+14 | |
| | * | | m_spanningtree Remove no-op instructions and simplify code | 2012-05-19 | 5 | -31/+15 | |
| | * | | m_spanningtree Fix potential crash in SVSPART handler, don't broadcast incomi... | 2012-05-19 | 2 | -8/+12 | |
| | * | | m_spanningtree Fix various bugs related to protocol interface and ENCAP handling•••Most importantly: - Match the server name not the SID for determining if an incoming ENCAP should be processed by us - Handle the ? wildcard properly in the server name parameter of an ENCAP - Send single target ENCAPs to the destination only instead of broadcasting it - Make ProtocolInterface::SendMetaData accept TYPE_OTHER as target_type (on par with ProtoSendMetaData) instead of throwing an exception | 2012-05-19 | 2 | -11/+13 | |
| | * | | m_spanningtree Call ProtocolInterface::PushToClient when writing to remote cl... | 2012-05-19 | 6 | -59/+19 | |
| | * | | m_spanningtree Use iterators in loops instead of subscript operator | 2012-05-19 | 7 | -36/+30 | |
| * | | | Merge pull request #189 from attilamolnar/insp12+nick0fix•••[1.2] Fix /NICK 0 not working on registration | 2012-06-12 | 1 | -11/+31 | |
| |\ \ \ | |||||
| | * | | | Fix /NICK 0 not working on registration, allow changing to uid using /NICK <uid> | 2012-06-07 | 1 | -8/+29 | |
| | * | | | Remove sorcery with HandleInternal in NICK handler | 2012-06-01 | 1 | -3/+2 | |
| * | | | | Merge pull request #192 from attilamolnar/insp12+chopfix•••[1.2] Fix last character being chopped off in motd/rules | 2012-06-12 | 1 | -1/+8 | |
| |\ \ \ \ | |||||
| | * | | | | Fix last character being chopped off in motd/rules | 2012-06-08 | 1 | -1/+8 | |
| * | | | | | m_check: Include IP and gecos in host/IP-mask lookup results | 2012-06-12 | 1 | -2/+2 | |
| |/ / / / | |||||
| * / / / | m_md5 Backport "zero the whole MD5Context not only part of it" by @gholms | 2012-05-31 | 1 | -1/+1 | |
| |/ / / | |||||
| * | | | Merge pull request #168 from Robby-/insp12-moddesc•••[1.2] Module description updates | 2012-05-30 | 21 | -33/+33 | |
| |\ \ \ | |||||
| | * | | | Module description updates | 2012-05-30 | 21 | -33/+33 | |
| * | | | | Merge pull request #162 from attilamolnar/insp12+silentjoinfix•••[1.2] Don't send a MODE on join when the join was silenced by a module | 2012-05-30 | 1 | -4/+6 | |
| |\ \ \ \ | |||||
| | * | | | | Silence the MODE too if a join was silenced by a module not just the JOIN•••This leaked information when a module gave privs to the joining user in OnUserPreJoin | 2012-05-29 | 1 | -4/+6 | |
| | |/ / / | |||||
| * | | | | Merge pull request #170 from attilamolnar/insp12+removechanmanager•••[1.2] Remove unused channelmanager.cpp/h | 2012-05-30 | 1 | -22/+0 | |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Remove unused channelmanager | 2012-05-26 | 1 | -22/+0 | |
| | | |/ | |/| | |||||
| * | | | Use socketengine functions for sending and receiving data instead of plain se... | 2012-05-28 | 2 | -8/+2 | |
| * | | | Merge pull request #128 from attilamolnar/insp12+incrementuidfix•••Fix generating invalid UIDs after current_uid is 000Z99999 (next UID became 000[AAAAA) | 2012-05-27 | 2 | -18/+85 | |
| |\ \ \ | |||||
| | * | | | Add testsuite tests for UID generation | 2012-05-26 | 1 | -0/+77 | |
| | * | | | Don't touch the terminating NULL in IncrementUID | 2012-05-26 | 1 | -1/+1 | |
| | * | | | While at it, use a constant parameter for calling IncrementUID in GetUID•••Get rid of curindex, use a bool to determine if we need to initialize (the initialization code in GetUID should be moved into the constructor or a new function btw) | 2012-05-19 | 1 | -6/+5 | |
| | * | | | Fix generating invalid UIDs after current_uid is 000Z99999 (next UID became 0...•••Remove a no-op line | 2012-05-19 | 1 | -12/+3 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #130 from attilamolnar/insp12+modfixes•••Minor improvements and fixes to several modules | 2012-05-27 | 5 | -10/+11 | |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | m_opermodes Get rid of the duplicated s2s message caused by SendGlobalMode•••spanningtree sends all mode changes automatically if they're done by a real local user (i.e. not fakeuser), which is our case | 2012-05-19 | 1 | -1/+1 | |
| | * | | m_alltime Use the dedicated function of the protocol interface to send notice... | 2012-05-19 | 1 | -3/+3 | |
