|
|
@cc20520
|
2010-12-02T12:14:09Z |
wilmer |
Clean up pastebuf_timer when cleaning up channels, and properly clean …
|
|
|
@bb151f7
|
2010-11-20T20:25:44Z |
wilmer |
Added irc_channel_with_user() function to find a suitable channel to …
|
|
|
@05bf2a0
|
2010-10-02T04:51:19Z |
wilmer |
Force the default/first channel to be a control channel, fixing one …
|
|
|
@180ab31
|
2010-08-21T19:34:17Z |
wilmer |
Added some neat whatsnew code that keeps track of the newest version …
|
|
|
@ac2717b
|
2010-08-14T10:55:20Z |
wilmer |
blist should only show contacts that are (or would be if they were …
|
|
|
@65016a6
|
2010-08-04T19:45:18Z |
wilmer |
Set channel mode +C for control channels.
|
|
|
@f7ca587
|
2010-07-29T18:18:54Z |
wilmer |
Restore default_target setting, kill last_root_cmd variable and just …
|
|
|
@2fe5eb9
|
2010-07-29T17:08:16Z |
wilmer |
Clean up references from irc_user structs to channels that are being …
|
|
|
@e135cd09
|
2010-07-24T15:58:27Z |
wilmer |
Use the account tag in a few places and store it in the XML file as an …
|
|
|
@5a61bf59
|
2010-07-19T21:18:13Z |
wilmer |
Whoops. Small memory management screw-up.
|
|
|
@94d5da9c
|
2010-07-18T22:12:19Z |
wilmer |
One of the last few things I wanted to get done in this branch: …
|
|
|
@324c378
|
2010-07-13T23:14:41Z |
wilmer |
Move control channel autoconfiguration to irc_cmd_join() instead so …
|
|
|
@006a84f
|
2010-07-04T20:40:15Z |
wilmer |
Kick the user instead of parting him/her when cleaning up a channel. …
|
|
|
@c8eeadd
|
2010-07-04T10:16:07Z |
wilmer |
Added automatic joining of channels. Auto-rejoin functionality for …
|
|
|
@06f9548
|
2010-06-30T23:30:27Z |
wilmer |
Disable the code added in the previous change during shutdown, since …
|
|
|
@9052bc1
|
2010-06-30T23:15:44Z |
wilmer |
Flush channels when the user leaves them. Also, don't update a control …
|
|
|
@217bf4e
|
2010-06-30T19:30:42Z |
wilmer |
Also, automatically set up per-protocol channels if the name's a …
|
|
|
@7a6ba50
|
2010-06-29T23:44:17Z |
wilmer |
Also allow selecting contacts for a channel by protocol instead of …
|
|
|
@a670aeb
|
2010-06-28T09:37:01Z |
wilmer |
An empty string is not a valid channel name.
|
|
|
@ab6006c
|
2010-06-28T09:03:39Z |
wilmer |
Callers shouldn't have to expect that irc_channel_del_user() frees the …
|
|
|
@1c40aa7
|
2010-06-28T00:07:46Z |
wilmer |
Mark nameless groupchat channels as temporary so they don't stick …
|
|
|
@134a02c
|
2010-06-27T16:04:28Z |
wilmer |
irc_channel_name_strip() instead of nick_strip().
|
|
|
@92c8d41
|
2010-06-26T21:26:41Z |
wilmer |
Remember in which channel the user talked to someone and show …
|
|
|
@6b90431
|
2010-06-16T08:31:40Z |
wilmer |
More correct handling of channel names (according to RFC 1459). Pretty …
|
|
|
@46d215d
|
2010-06-08T23:43:13Z |
wilmer |
Allow moving contacts around between groups. Works with at least …
|
|
|
@d7db346
|
2010-06-08T22:44:16Z |
wilmer |
Some cleanup improvements.
|
|
|
@c5aefa4
|
2010-06-07T15:39:53Z |
wilmer |
Restore "ops" command completely, and set user op status *just* before …
|
|
|
@36562b0
|
2010-06-07T00:44:45Z |
wilmer |
Added "channel list" command and the ability to use only part of the …
|
|
|
@18da20b
|
2010-06-06T00:33:33Z |
wilmer |
Added /part msgs, and the ability to silently remove users from …
|
|
|
@5a75d15
|
2010-06-05T22:32:36Z |
wilmer |
Chatroom improvements. Merged chatroom stub into normal chatroom …
|
|
|
@cf1a979
|
2010-06-05T01:07:04Z |
wilmer |
Bug fixes, control channel behaviour is mostly okay again.
|
|
|
@2b8473c
|
2010-06-05T00:20:12Z |
wilmer |
Put the control channel settings into user-changeable settings.
|
|
|
@7b71feb
|
2010-05-13T23:34:38Z |
wilmer |
Just enough code to join named chatrooms again. This UI is *not* …
|
|
|
@4c17d19
|
2010-05-10T09:05:26Z |
wilmer |
Fixed irc_channel_name_ok(): One-character channel names are okay, …
|
|
|
@a067771
|
2010-05-09T22:08:30Z |
wilmer |
Per-account channels also exist now.
|
|
|
@13c1a9f
|
2010-05-09T21:52:17Z |
wilmer |
/join &groupname and all people in that group will be in that channel.
|
|
|
@9ac3ed1
|
2010-05-09T17:20:51Z |
wilmer |
First bits for different channel types.
|
|
|
@47fae0f
|
2010-05-09T12:05:50Z |
wilmer |
No. Run the part handler from the IRC /PART command, not from …
|
|
|
@eb37735
|
2010-05-08T23:54:37Z |
wilmer |
This is how you now start groupchats: /join #channel, /invite people.
|
|
|
@b0364dc
|
2010-05-08T13:21:36Z |
wilmer |
Also allow addressing people inside the control channel using a comma.
|
|
|
@bfb99ee
|
2010-05-08T12:13:23Z |
wilmer |
Allow leaving groupchat channels.
|
|
|
@9438323
|
2010-05-04T23:38:18Z |
wilmer |
Use irc_channel_name_ok() and check if a channel with that name …
|
|
|
@9893da3
|
2010-05-03T23:55:33Z |
wilmer |
Add irc_channel_printf() for slightly saner root messages from a …
|
|
|
@1a3ba05
|
2010-05-03T11:55:06Z |
wilmer |
Fixed strncpy() usage, and show error when trying to msg non-existent …
|
|
|
@6a9d068
|
2010-05-03T00:39:39Z |
wilmer |
Restore away_devoice.
|
|
|
@e54112f
|
2010-05-02T23:44:33Z |
wilmer |
Put a channel userlist in irc_channel_user elements so we can save …
|
|
|
@bce78c8
|
2010-05-02T18:48:26Z |
wilmer |
Restored classical control channel behaviour (the ability to talk to …
|
|
|
@57c96f7
|
2010-04-05T01:00:02Z |
wilmer |
Restored the rename command.
|
|
|
@0b5cc72
|
2010-04-05T00:39:04Z |
wilmer |
Send nickname change notifications when necessary.
|
|
|
@fb117aee
|
2010-04-02T02:29:45Z |
wilmer |
Cleaned lots of compiler warnings so I can get some signal again.
|
|
|
@74f1cde
|
2010-03-27T18:05:38Z |
wilmer |
irc_usermsg() works a little bit again. Have to figure out how and …
|
|
|
@280c56a
|
2010-03-27T17:36:47Z |
wilmer |
Added privmsg handlers to users/channels. root commands are coming back.
|
|
|
@b919363
|
2010-03-27T14:31:03Z |
wilmer |
Mode stuff. Also disallow unsetting +R umode which was possible so far …
|
|
|
@83e92bf
|
2010-03-27T12:30:00Z |
wilmer |
Topic handling changes.
|
|
|
@63a520b
|
2010-03-27T03:11:02Z |
wilmer |
Collect that garbage.
|
|
|
@b9e020a
|
2010-03-27T03:04:35Z |
wilmer |
Added JOIN, NAMES and PART commands.
|
|
|
@4be8239
|
2010-03-27T02:39:08Z |
wilmer |
Simple IRC channel interface, use it to represent the control channel.
|